object Mainform: TMainform Left = 836 Top = 129 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'TUGZip Self-Extractor' ClientHeight = 369 ClientWidth = 417 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Topbevel: TBevel Left = 0 Top = 65 Width = 417 Height = 8 Align = alTop Shape = bsTopLine end object Bottombevel: TBevel Left = 8 Top = 328 Width = 401 Height = 9 Shape = bsTopLine end object Image: TImage Left = 0 Top = 0 Width = 417 Height = 65 Align = alTop AutoSize = True Picture.Data = {} end object Formatpanel: TPanel Left = 0 Top = 72 Width = 409 Height = 249 BevelOuter = bvNone TabOrder = 0 object Archivelabel: TLabel Left = 8 Top = 0 Width = 36 Height = 13 Caption = 'Archive' end object Archivebevel: TBevel Left = 56 Top = 8 Width = 353 Height = 9 Shape = bsTopLine end object Browsebutton: TSpeedButton Left = 384 Top = 56 Width = 23 Height = 22 Hint = 'Browse.' Caption = '...' ParentShowHint = False ShowHint = True OnClick = BrowsebuttonClick end object Sfxmodulelabel: TLabel Left = 8 Top = 96 Width = 57 Height = 13 Caption = 'SFX module' end object Sfxmodulebevel: TBevel Left = 72 Top = 104 Width = 337 Height = 9 Shape = bsTopLine end object Archiveinfolabel: TLabel Left = 24 Top = 24 Width = 296 Height = 13 Caption = 'Enter the name of the archive that you want to use building the' end object Misclabel: TLabel Left = 8 Top = 200 Width = 67 Height = 13 Caption = 'Miscellaneous' end object Miscbevel: TBevel Left = 80 Top = 208 Width = 329 Height = 9 Shape = bsTopLine end object Archiveedit: TLabeledEdit Left = 24 Top = 56 Width = 353 Height = 21 EditLabel.Width = 106 EditLabel.Height = 13 EditLabel.Caption = 'self-extracting archive:' LabelPosition = lpAbove LabelSpacing = 3 ReadOnly = True TabOrder = 0 end object Standardradiobutton: TRadioButton Left = 24 Top = 120 Width = 385 Height = 17 Caption = 'Standard self-extracting archive' Checked = True Enabled = False TabOrder = 1 TabStop = True OnClick = StandardradiobuttonClick end object Listviewradiobutton: TRadioButton Left = 24 Top = 144 Width = 385 Height = 17 Caption = 'Self-extracting archive with listview' Enabled = False TabOrder = 2 OnClick = ListviewradiobuttonClick end object Installradiobutton: TRadioButton Left = 24 Top = 168 Width = 385 Height = 17 Caption = 'Self-extracting archive for software installation' Enabled = False TabOrder = 3 OnClick = InstallradiobuttonClick end object Hintboxcheckbox: TCheckBox Left = 24 Top = 224 Width = 385 Height = 17 Caption = 'Popup a hintbox when the self-extracting archive is opened' Enabled = False TabOrder = 4 end end object Cancelbutton: TButton Left = 336 Top = 336 Width = 75 Height = 25 Caption = 'Cancel' TabOrder = 1 OnClick = CancelbuttonClick end object Finishbutton: TButton Left = 256 Top = 336 Width = 75 Height = 25 Caption = 'Finish' Enabled = False TabOrder = 2 OnClick = FinishbuttonClick end object Nextbutton: TButton Left = 176 Top = 336 Width = 75 Height = 25 Caption = 'Next >' Default = True Enabled = False TabOrder = 3 OnClick = NextbuttonClick end object Backbutton: TButton Left = 96 Top = 336 Width = 75 Height = 25 Caption = '< Back' Enabled = False TabOrder = 4 OnClick = BackbuttonClick end object Standardpanel: TPanel Left = 0 Top = 72 Width = 409 Height = 249 BevelOuter = bvNone TabOrder = 5 Visible = False object Standardfolderlabel: TLabel Left = 8 Top = 0 Width = 29 Height = 13 Caption = 'Folder' end object Standardfolderbevel: TBevel Left = 48 Top = 8 Width = 361 Height = 9 Shape = bsTopLine end object Standardfolderinfolabel: TLabel Left = 24 Top = 24 Width = 378 Height = 13 Caption = 'Enter the full path to a specific folder where you want the file' + 's to be extracted on' end object Standardcommandlabel: TLabel Left = 8 Top = 96 Width = 47 Height = 13 Caption = 'Command' end object Standardcommandbevel: TBevel Left = 64 Top = 104 Width = 345 Height = 9 Shape = bsTopLine end object Standardadvancedlabel: TLabel Left = 8 Top = 176 Width = 49 Height = 13 Caption = 'Advanced' end object Standardadvancedbevel: TBevel Left = 64 Top = 184 Width = 345 Height = 9 Shape = bsTopLine end object Standardbrowsebutton: TSpeedButton Left = 384 Top = 56 Width = 23 Height = 22 Hint = 'Browse.' Caption = '...' ParentShowHint = False ShowHint = True OnClick = StandardbrowsebuttonClick end object Standardfolderedit: TLabeledEdit Left = 24 Top = 56 Width = 353 Height = 21 EditLabel.Width = 95 EditLabel.Height = 13 EditLabel.Caption = 'the target computer:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 0 end object Standardcommandedit: TLabeledEdit Left = 24 Top = 136 Width = 385 Height = 21 EditLabel.Width = 292 EditLabel.Height = 13 EditLabel.Caption = 'Enter a command to be executed once extraction is complete:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 1 end object Overwritecheckbox: TCheckBox Left = 24 Top = 200 Width = 385 Height = 17 Caption = 'Prompt overwrite' TabOrder = 2 end end object Installpanel: TPanel Left = 0 Top = 72 Width = 409 Height = 249 BevelOuter = bvNone TabOrder = 6 Visible = False object Textlabel: TLabel Left = 8 Top = 0 Width = 21 Height = 13 Caption = 'Text' end object Textbevel: TBevel Left = 40 Top = 8 Width = 369 Height = 9 Shape = bsTopLine end object Textinfolabel: TLabel Left = 24 Top = 24 Width = 233 Height = 13 Caption = 'Enter the text to be displayed in the main window:' end object Installcommandlabel: TLabel Left = 8 Top = 128 Width = 52 Height = 13 Caption = 'Commands' end object Installcommandbevel: TBevel Left = 72 Top = 136 Width = 337 Height = 9 Shape = bsTopLine end object Textmemo: TMemo Left = 24 Top = 40 Width = 385 Height = 73 ScrollBars = ssVertical TabOrder = 0 end object Installcommandedit: TLabeledEdit Left = 24 Top = 168 Width = 385 Height = 21 EditLabel.Width = 292 EditLabel.Height = 13 EditLabel.Caption = 'Enter a command to be executed once extraction is complete:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 1 end object Waitforedit: TLabeledEdit Left = 24 Top = 216 Width = 385 Height = 21 EditLabel.Width = 40 EditLabel.Height = 13 EditLabel.Caption = 'Wait for:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 2 end end object Hintpanel: TPanel Left = 0 Top = 72 Width = 409 Height = 249 BevelOuter = bvNone TabOrder = 7 Visible = False object Hinttextlabel: TLabel Left = 8 Top = 0 Width = 56 Height = 13 Caption = 'Hintbox text' end object Hinttextbevel: TBevel Left = 72 Top = 8 Width = 337 Height = 9 Shape = bsTopLine end object Hinttextinfolabel: TLabel Left = 24 Top = 24 Width = 246 Height = 13 Caption = 'Enter the text that you want to display in the hintbox:' end object Hintmisclabel: TLabel Left = 8 Top = 120 Width = 143 Height = 13 Caption = 'Miscellaneous hintbox settings' end object Hintmiscbevel: TBevel Left = 160 Top = 128 Width = 249 Height = 9 Shape = bsTopLine end object Buttonslabel: TLabel Left = 24 Top = 192 Width = 77 Height = 13 Caption = 'Hintbox buttons:' end object Hinttextmemo: TMemo Left = 24 Top = 40 Width = 385 Height = 65 ScrollBars = ssVertical TabOrder = 0 end object Hinttitleedit: TLabeledEdit Left = 24 Top = 160 Width = 385 Height = 21 EditLabel.Width = 132 EditLabel.Height = 13 EditLabel.Caption = 'Enter the title of the hintbox:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 1 end object Okradiobutton: TRadioButton Left = 32 Top = 208 Width = 89 Height = 17 Caption = 'OK' Checked = True TabOrder = 2 TabStop = True end object Yesnoradiobutton: TRadioButton Left = 120 Top = 208 Width = 89 Height = 17 Caption = 'Yes / No' TabOrder = 3 end object Okcancelradiobutton: TRadioButton Left = 208 Top = 208 Width = 201 Height = 17 Caption = 'OK / Cancel' TabOrder = 4 end end object Thememanager: TThemeManager Left = 8 Top = 8 end object Opendialog: TOpenDialog Filter = 'All Supported Files|*.7z;*.ace;*.cab;*.lha;*.lzh;*.rar;*.sqx;*.z' + 'ip;*.pk3|7-zip Files (*.7z)|*.7z|Ace Files (*.ace)|*.ace|Cabinet' + ' Files (*.cab)|*.cab|LHA Files (*.lha,*.lzh)|*.lha;*.lzh|Rar Fil' + 'es (*.rar)|*.rar|Sqx Files (*.sqx)|*.sqx|Zip Files (*.zip,*.pk3)' + '|*.zip;*.pk3|All Files (*.*)|*.*' Left = 40 Top = 8 end end